Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl

Documentation

Component and Service to manage the OAuth Service providers that can be accessed from Nuxeo via OAuth

Implementation

Class: org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl

Services

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl">
  <implementation
          class="org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl" />
  <documentation>
    Component and Service to manage the OAuth Service providers that can be accessed from Nuxeo via OAuth

    @author Thierry Delprat (td@nuxeo.com)
  </documentation>

  <service>
        <provide interface="org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistry" />
  </service>

</component>